net/http.http2priorityNode.parent (field)
9 uses
net/http (current package)
h2_bundle.go#L11299: parent *http2priorityNode
h2_bundle.go#L11308: if n.parent == parent {
h2_bundle.go#L11312: if parent := n.parent; parent != nil {
h2_bundle.go#L11325: n.parent = parent
h2_bundle.go#L11341: for ; n != nil; n = n.parent {
h2_bundle.go#L11556: for x := parent.parent; x != nil; x = x.parent {
h2_bundle.go#L11558: parent.setParent(n.parent)
h2_bundle.go#L11644: n.kids.setParent(n.parent)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)